Html Css Color HEX #B533F0 Dark Orchid

📋 copy color: '#B533F0'

red 181 ◦ green 51 ◦ blue 240

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

Shades of Dark Orchid #B533F0

Tints of Dark Orchid #B533F0

RGB

 RED value IS 181 (71.09% from 255) = 38.35%

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

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 38.35%
G = 10.81%
B = 50.85%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B533F0 (or 0xB533F0) is known color: Dark Orchid. HEX triplet: B5, 33 and F0. RGB value is (181,51,240). Sum of RGB (Red+Green+Blue) = 181+51+240=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #B533F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B533F0 is #4ACC0F. Grayscale: #6E6E6E. Windows color (decimal): -4901904 or 15741877. OLE color: 15741877.

HSL color Cylindrical-coordinate representation of color #B533F0: hue angle of 281.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B533F0 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 51 240 -
CMYK 0.25 0.79 0 0.06
HSL 281.27º 0.86% 0.57% -
HSV(B) 281.27º 0.79% 0.94% -
XYZ 35.97 18.48 84.11 -
YUV 111.42 200.57 177.63 -
System Red Green Blue C M Y K H S L
Decimal 181 51 240 0.25 0.79 0 0.06 281.27 0.86 0.57
Hex B5 33 F0 19 4F 0 6 119 56 39
Octal 265 63 360 31 117 0 6 431 126 71
Binary 10110101 110011 11110000 11001 1001111 0 110 100011001 1010110 111001

Color Harmonies of #B533F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533F0

Black with #B533F0

Text Example


Text Example

White with #B533F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533F0; }

 p { color: rgb(181,51,240); }

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

background-color css

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

 a { background-color: rgb(181,51,240); }

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

border-color css

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

 span { border-color: rgb(181,51,240); }

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