Html Css Color HEX #B435CA Dark Orchid

📋 copy color: '#B435CA'

red 180 ◦ green 53 ◦ blue 202

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

Shades of Dark Orchid #B435CA

Tints of Dark Orchid #B435CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 41.38%
G = 12.18%
B = 46.44%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B435CA (or 0xB435CA) is known color: Dark Orchid. HEX triplet: B4, 35 and CA. RGB value is (180,53,202). Sum of RGB (Red+Green+Blue) = 180+53+202=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B435CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435CA is #4BCA35. Grayscale: #6B6B6B. Windows color (decimal): -4966966 or 13252020. OLE color: 13252020.

HSL color Cylindrical-coordinate representation of color #B435CA: hue angle of 291.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B435CA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 53 202 -
CMYK 0.11 0.74 0 0.21
HSL 291.14º 0.58% 0.5% -
HSV(B) 291.14º 0.74% 0.79% -
XYZ 30.76 16.51 57.44 -
YUV 107.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 180 53 202 0.11 0.74 0 0.21 291.14 0.58 0.5
Hex B4 35 CA B 4A 0 15 123 3A 32
Octal 264 65 312 13 112 0 25 443 72 62
Binary 10110100 110101 11001010 1011 1001010 0 10101 100100011 111010 110010

Color Harmonies of #B435CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435CA

Black with #B435CA

Text Example


Text Example

White with #B435CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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