Html Css Color HEX #B933CB Medium Orchid

📋 copy color: '#B933CB'

red 185 ◦ green 51 ◦ blue 203

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

Shades of Medium Orchid #B933CB

Tints of Medium Orchid #B933CB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

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

R = 42.14%
G = 11.62%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B933CB (or 0xB933CB) is known color: Medium Orchid. HEX triplet: B9, 33 and CB. RGB value is (185,51,203). Sum of RGB (Red+Green+Blue) = 185+51+203=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B933CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933CB is #46CC34. Grayscale: #6B6B6B. Windows color (decimal): -4639797 or 13317049. OLE color: 13317049.

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

Color convert

RGB 185 51 203 -
CMYK 0.09 0.75 0 0.20
HSL 292.89º 0.6% 0.5% -
HSV(B) 292.89º 0.75% 0.8% -
XYZ 31.97 16.99 58.09 -
YUV 108.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 185 51 203 0.09 0.75 0 0.20 292.89 0.6 0.5
Hex B9 33 CB 9 4B 0 14 125 3C 32
Octal 271 63 313 11 113 0 24 445 74 62
Binary 10111001 110011 11001011 1001 1001011 0 10100 100100101 111100 110010

Color Harmonies of #B933CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933CB

Black with #B933CB

Text Example


Text Example

White with #B933CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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