Html Css Color HEX #B642CF Medium Orchid

📋 copy color: '#B642CF'

red 182 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #B642CF

Tints of Medium Orchid #B642CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.51%

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

R = 40%
G = 14.51%
B = 45.49%

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

#B642CF (or 0xB642CF) is known color: Medium Orchid. HEX triplet: B6, 42 and CF. RGB value is (182,66,207). Sum of RGB (Red+Green+Blue) = 182+66+207=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B642CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CF is #49BD30. Grayscale: #747474. Windows color (decimal): -4832561 or 13583030. OLE color: 13583030.

HSL color Cylindrical-coordinate representation of color #B642CF: hue angle of 289.36º 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 #B642CF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 66 207 -
CMYK 0.12 0.68 0 0.19
HSL 289.36º 0.59% 0.54% -
HSV(B) 289.36º 0.68% 0.81% -
XYZ 32.5 18.35 60.86 -
YUV 116.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 182 66 207 0.12 0.68 0 0.19 289.36 0.59 0.54
Hex B6 42 CF C 44 0 13 121 3B 36
Octal 266 102 317 14 104 0 23 441 73 66
Binary 10110110 1000010 11001111 1100 1000100 0 10011 100100001 111011 110110

Color Harmonies of #B642CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642CF

Black with #B642CF

Text Example


Text Example

White with #B642CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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