Html Css Color HEX #B65CCC Medium Orchid

📋 copy color: '#B65CCC'

red 182 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B65CCC

Tints of Medium Orchid #B65CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.25%

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

R = 38.08%
G = 19.25%
B = 42.68%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B65CCC (or 0xB65CCC) is known color: Medium Orchid. HEX triplet: B6, 5C and CC. RGB value is (182,92,204). Sum of RGB (Red+Green+Blue) = 182+92+204=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B65CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCC is #49A333. Grayscale: #838383. Windows color (decimal): -4825908 or 13393078. OLE color: 13393078.

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

Color convert

RGB 182 92 204 -
CMYK 0.11 0.55 0 0.2
HSL 288.21º 0.52% 0.58% -
HSV(B) 288.21º 0.55% 0.8% -
XYZ 34.02 21.96 59.57 -
YUV 131.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 182 92 204 0.11 0.55 0 0.2 288.21 0.52 0.58
Hex B6 5C CC B 37 0 14 120 34 3A
Octal 266 134 314 13 67 0 24 440 64 72
Binary 10110110 1011100 11001100 1011 110111 0 10100 100100000 110100 111010

Color Harmonies of #B65CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CCC

Black with #B65CCC

Text Example


Text Example

White with #B65CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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