Html Css Color HEX #B435DD Dark Orchid

📋 copy color: '#B435DD'

red 180 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #B435DD

Tints of Dark Orchid #B435DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

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

R = 39.65%
G = 11.67%
B = 48.68%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B435DD (or 0xB435DD) is known color: Dark Orchid. HEX triplet: B4, 35 and DD. RGB value is (180,53,221). Sum of RGB (Red+Green+Blue) = 180+53+221=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B435DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435DD is #4BCA22. Grayscale: #6D6D6D. Windows color (decimal): -4966947 or 14497204. OLE color: 14497204.

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

Color convert

RGB 180 53 221 -
CMYK 0.19 0.76 0 0.13
HSL 285.36º 0.71% 0.54% -
HSV(B) 285.36º 0.76% 0.87% -
XYZ 33.15 17.47 70.03 -
YUV 110.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 180 53 221 0.19 0.76 0 0.13 285.36 0.71 0.54
Hex B4 35 DD 13 4C 0 D 11D 47 36
Octal 264 65 335 23 114 0 15 435 107 66
Binary 10110100 110101 11011101 10011 1001100 0 1101 100011101 1000111 110110

Color Harmonies of #B435DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435DD

Black with #B435DD

Text Example


Text Example

White with #B435DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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