Html Css Color HEX #B435DB Dark Orchid

📋 copy color: '#B435DB'

red 180 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #B435DB

Tints of Dark Orchid #B435DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 39.82%
G = 11.73%
B = 48.45%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B435DB (or 0xB435DB) is known color: Dark Orchid. HEX triplet: B4, 35 and DB. RGB value is (180,53,219). Sum of RGB (Red+Green+Blue) = 180+53+219=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #B435DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435DB is #4BCA24. Grayscale: #6D6D6D. Windows color (decimal): -4966949 or 14366132. OLE color: 14366132.

HSL color Cylindrical-coordinate representation of color #B435DB: hue angle of 285.9º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B435DB is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 53 219 -
CMYK 0.18 0.76 0 0.14
HSL 285.9º 0.7% 0.53% -
HSV(B) 285.9º 0.76% 0.86% -
XYZ 32.88 17.36 68.64 -
YUV 109.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 180 53 219 0.18 0.76 0 0.14 285.9 0.7 0.53
Hex B4 35 DB 12 4C 0 E 11E 46 35
Octal 264 65 333 22 114 0 16 436 106 65
Binary 10110100 110101 11011011 10010 1001100 0 1110 100011110 1000110 110101

Color Harmonies of #B435DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435DB

Black with #B435DB

Text Example


Text Example

White with #B435DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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