Html Css Color HEX #B662CF Medium Orchid

📋 copy color: '#B662CF'

red 182 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #B662CF

Tints of Medium Orchid #B662CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.12%

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

R = 37.37%
G = 20.12%
B = 42.51%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B662CF (or 0xB662CF) is known color: Medium Orchid. HEX triplet: B6, 62 and CF. RGB value is (182,98,207). Sum of RGB (Red+Green+Blue) = 182+98+207=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B662CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662CF is #499D30. Grayscale: #878787. Windows color (decimal): -4824369 or 13591222. OLE color: 13591222.

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

Color convert

RGB 182 98 207 -
CMYK 0.12 0.53 0 0.19
HSL 286.24º 0.53% 0.6% -
HSV(B) 286.24º 0.53% 0.81% -
XYZ 34.92 23.19 61.67 -
YUV 135.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 182 98 207 0.12 0.53 0 0.19 286.24 0.53 0.6
Hex B6 62 CF C 35 0 13 11E 35 3C
Octal 266 142 317 14 65 0 23 436 65 74
Binary 10110110 1100010 11001111 1100 110101 0 10011 100011110 110101 111100

Color Harmonies of #B662CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662CF

Black with #B662CF

Text Example


Text Example

White with #B662CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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