Html Css Color HEX #B33CCB Medium Orchid

📋 copy color: '#B33CCB'

red 179 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B33CCB

Tints of Medium Orchid #B33CCB

RGB

 RED value IS 179 (70.31% from 255) = 40.5%

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

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

R = 40.5%
G = 13.57%
B = 45.93%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33CCB (or 0xB33CCB) is known color: Medium Orchid. HEX triplet: B3, 3C and CB. RGB value is (179,60,203). Sum of RGB (Red+Green+Blue) = 179+60+203=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #B33CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CCB is #4CC334. Grayscale: #6F6F6F. Windows color (decimal): -5030709 or 13319347. OLE color: 13319347.

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

Color convert

RGB 179 60 203 -
CMYK 0.12 0.70 0 0.20
HSL 289.93º 0.58% 0.52% -
HSV(B) 289.93º 0.7% 0.8% -
XYZ 30.99 17.13 58.17 -
YUV 111.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 179 60 203 0.12 0.70 0 0.20 289.93 0.58 0.52
Hex B3 3C CB C 46 0 14 122 3A 34
Octal 263 74 313 14 106 0 24 442 72 64
Binary 10110011 111100 11001011 1100 1000110 0 10100 100100010 111010 110100

Color Harmonies of #B33CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CCB

Black with #B33CCB

Text Example


Text Example

White with #B33CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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