Html Css Color HEX #B33FCB Medium Orchid

📋 copy color: '#B33FCB'

red 179 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B33FCB

Tints of Medium Orchid #B33FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.16%

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

R = 40.22%
G = 14.16%
B = 45.62%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B33FCB (or 0xB33FCB) is known color: Medium Orchid. HEX triplet: B3, 3F and CB. RGB value is (179,63,203). Sum of RGB (Red+Green+Blue) = 179+63+203=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B33FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FCB is #4CC034. Grayscale: #717171. Windows color (decimal): -5029941 or 13320115. OLE color: 13320115.

HSL color Cylindrical-coordinate representation of color #B33FCB: hue angle of 289.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33FCB is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 63 203 -
CMYK 0.12 0.69 0 0.20
HSL 289.71º 0.57% 0.52% -
HSV(B) 289.71º 0.69% 0.8% -
XYZ 31.15 17.45 58.23 -
YUV 113.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 179 63 203 0.12 0.69 0 0.20 289.71 0.57 0.52
Hex B3 3F CB C 45 0 14 122 39 34
Octal 263 77 313 14 105 0 24 442 71 64
Binary 10110011 111111 11001011 1100 1000101 0 10100 100100010 111001 110100

Color Harmonies of #B33FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33FCB

Black with #B33FCB

Text Example


Text Example

White with #B33FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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