Html Css Color HEX #B665CC Medium Orchid

📋 copy color: '#B665CC'

red 182 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #B665CC

Tints of Medium Orchid #B665CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 37.37%
G = 20.74%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B665CC (or 0xB665CC) is known color: Medium Orchid. HEX triplet: B6, 65 and CC. RGB value is (182,101,204). Sum of RGB (Red+Green+Blue) = 182+101+204=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B665CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CC is #499A33. Grayscale: #888888. Windows color (decimal): -4823604 or 13395382. OLE color: 13395382.

HSL color Cylindrical-coordinate representation of color #B665CC: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B665CC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 101 204 -
CMYK 0.11 0.50 0 0.2
HSL 287.18º 0.5% 0.6% -
HSV(B) 287.18º 0.5% 0.8% -
XYZ 34.84 23.61 59.85 -
YUV 136.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 182 101 204 0.11 0.50 0 0.2 287.18 0.5 0.6
Hex B6 65 CC B 32 0 14 11F 32 3C
Octal 266 145 314 13 62 0 24 437 62 74
Binary 10110110 1100101 11001100 1011 110010 0 10100 100011111 110010 111100

Color Harmonies of #B665CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B665CC

Black with #B665CC

Text Example


Text Example

White with #B665CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B665CC; }

 p { color: rgb(182,101,204); }

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

background-color css

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

 a { background-color: rgb(182,101,204); }

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

border-color css

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

 span { border-color: rgb(182,101,204); }

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