Html Css Color HEX #B33BFD Medium Orchid

📋 copy color: '#B33BFD'

red 179 ◦ green 59 ◦ blue 253

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

Shades of Medium Orchid #B33BFD

Tints of Medium Orchid #B33BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.02%

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 36.46%
G = 12.02%
B = 51.53%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B33BFD (or 0xB33BFD) is known color: Medium Orchid. HEX triplet: B3, 3B and FD. RGB value is (179,59,253). Sum of RGB (Red+Green+Blue) = 179+59+253=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #B33BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33BFD is #4CC402. Grayscale: #747474. Windows color (decimal): -5030915 or 16595891. OLE color: 16595891.

HSL color Cylindrical-coordinate representation of color #B33BFD: hue angle of 277.11º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33BFD is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 59 253 -
CMYK 0.29 0.77 0 0.01
HSL 277.11º 0.98% 0.61% -
HSV(B) 277.11º 0.77% 0.99% -
XYZ 37.88 19.8 94.75 -
YUV 117 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 179 59 253 0.29 0.77 0 0.01 277.11 0.98 0.61
Hex B3 3B FD 1D 4D 0 1 115 62 3D
Octal 263 73 375 35 115 0 1 425 142 75
Binary 10110011 111011 11111101 11101 1001101 0 1 100010101 1100010 111101

Color Harmonies of #B33BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33BFD

Black with #B33BFD

Text Example


Text Example

White with #B33BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33BFD; }

 p { color: rgb(179,59,253); }

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

background-color css

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

 a { background-color: rgb(179,59,253); }

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

border-color css

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

 span { border-color: rgb(179,59,253); }

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