Html Css Color HEX #B93CCB Medium Orchid

📋 copy color: '#B93CCB'

red 185 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B93CCB

Tints of Medium Orchid #B93CCB

RGB

 RED value IS 185 (72.66% from 255) = 41.29%

 GREEN value IS 60 (23.83% from 255) = 13.39%

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

R = 41.29%
G = 13.39%
B = 45.31%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B93CCB (or 0xB93CCB) is known color: Medium Orchid. HEX triplet: B9, 3C and CB. RGB value is (185,60,203). Sum of RGB (Red+Green+Blue) = 185+60+203=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #B93CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCB is #46C334. Grayscale: #717171. Windows color (decimal): -4637493 or 13319353. OLE color: 13319353.

HSL color Cylindrical-coordinate representation of color #B93CCB: hue angle of 292.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CCB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 60 203 -
CMYK 0.09 0.70 0 0.20
HSL 292.45º 0.58% 0.52% -
HSV(B) 292.45º 0.7% 0.8% -
XYZ 32.4 17.86 58.24 -
YUV 113.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 185 60 203 0.09 0.70 0 0.20 292.45 0.58 0.52
Hex B9 3C CB 9 46 0 14 124 3A 34
Octal 271 74 313 11 106 0 24 444 72 64
Binary 10111001 111100 11001011 1001 1000110 0 10100 100100100 111010 110100

Color Harmonies of #B93CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CCB

Black with #B93CCB

Text Example


Text Example

White with #B93CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CCB; }

 p { color: rgb(185,60,203); }

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

background-color css

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

 a { background-color: rgb(185,60,203); }

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

border-color css

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

 span { border-color: rgb(185,60,203); }

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