Html Css Color HEX #B65CCB Medium Orchid

📋 copy color: '#B65CCB'

red 182 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #B65CCB

Tints of Medium Orchid #B65CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 38.16%
G = 19.29%
B = 42.56%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65CCB (or 0xB65CCB) is known color: Medium Orchid. HEX triplet: B6, 5C and CB. RGB value is (182,92,203). Sum of RGB (Red+Green+Blue) = 182+92+203=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CCB is #49A334. Grayscale: #838383. Windows color (decimal): -4825909 or 13327542. OLE color: 13327542.

HSL color Cylindrical-coordinate representation of color #B65CCB: hue angle of 288.65º 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 #B65CCB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 92 203 -
CMYK 0.10 0.55 0 0.20
HSL 288.65º 0.52% 0.58% -
HSV(B) 288.65º 0.55% 0.8% -
XYZ 33.9 21.91 58.94 -
YUV 131.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 182 92 203 0.10 0.55 0 0.20 288.65 0.52 0.58
Hex B6 5C CB A 37 0 14 121 34 3A
Octal 266 134 313 12 67 0 24 441 64 72
Binary 10110110 1011100 11001011 1010 110111 0 10100 100100001 110100 111010

Color Harmonies of #B65CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CCB

Black with #B65CCB

Text Example


Text Example

White with #B65CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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