Html Css Color HEX #B433DD Dark Orchid

📋 copy color: '#B433DD'

red 180 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #B433DD

Tints of Dark Orchid #B433DD

RGB

 RED value IS 180 (70.7% from 255) = 39.82%

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 39.82%
G = 11.28%
B = 48.89%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B433DD (or 0xB433DD) is known color: Dark Orchid. HEX triplet: B4, 33 and DD. RGB value is (180,51,221). Sum of RGB (Red+Green+Blue) = 180+51+221=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B433DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433DD is #4BCC22. Grayscale: #6C6C6C. Windows color (decimal): -4967459 or 14496692. OLE color: 14496692.

HSL color Cylindrical-coordinate representation of color #B433DD: hue angle of 285.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B433DD is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 51 221 -
CMYK 0.19 0.77 0 0.13
HSL 285.53º 0.71% 0.53% -
HSV(B) 285.53º 0.77% 0.87% -
XYZ 33.06 17.29 70 -
YUV 108.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 180 51 221 0.19 0.77 0 0.13 285.53 0.71 0.53
Hex B4 33 DD 13 4D 0 D 11E 47 35
Octal 264 63 335 23 115 0 15 436 107 65
Binary 10110100 110011 11011101 10011 1001101 0 1101 100011110 1000111 110101

Color Harmonies of #B433DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B433DD

Black with #B433DD

Text Example


Text Example

White with #B433DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B433DD; }

 p { color: rgb(180,51,221); }

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

background-color css

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

 a { background-color: rgb(180,51,221); }

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

border-color css

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

 span { border-color: rgb(180,51,221); }

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