Html Css Color HEX #B643CF Medium Orchid

📋 copy color: '#B643CF'

red 182 ◦ green 67 ◦ blue 207

#B643CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B643CF

Tints of Medium Orchid #B643CF

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 67 (26.56% from 255) = 14.69%

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 39.91%
G = 14.69%
B = 45.39%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B643CF (or 0xB643CF) is known color: Medium Orchid. HEX triplet: B6, 43 and CF. RGB value is (182,67,207). Sum of RGB (Red+Green+Blue) = 182+67+207=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B643CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CF is #49BC30. Grayscale: #747474. Windows color (decimal): -4832305 or 13583286. OLE color: 13583286.

HSL color Cylindrical-coordinate representation of color #B643CF: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B643CF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 67 207 -
CMYK 0.12 0.68 0 0.19
HSL 289.29º 0.59% 0.54% -
HSV(B) 289.29º 0.68% 0.81% -
XYZ 32.56 18.46 60.88 -
YUV 117.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 182 67 207 0.12 0.68 0 0.19 289.29 0.59 0.54
Hex B6 43 CF C 44 0 13 121 3B 36
Octal 266 103 317 14 104 0 23 441 73 66
Binary 10110110 1000011 11001111 1100 1000100 0 10011 100100001 111011 110110

Color Harmonies of #B643CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643CF

Black with #B643CF

Text Example


Text Example

White with #B643CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643CF; }

 p { color: rgb(182,67,207); }

 H1.HeaderClassName
 {
   color: #B643CF;
 }
 .AnyTagClassName
 {
   color: #B643CF;
 }
</style>

background-color css

<style>
 a { background-color: #B643CF; }

 a { background-color: rgb(182,67,207); }

 div.DivClassName
 {
   background-color: #B643CF;
 }
 .BgClassName
 {
   background-color: #B643CF;
 }
</style>

border-color css

<style>
 span { border-color: #B643CF; }

 span { border-color: rgb(182,67,207); }

 td.TdClassName
 {
   border-color: #B643CF;
 }
 .TagClassName
 {
   border-color: #B643CF;
 }
</style>