Html Css Color HEX #B435CD Dark Orchid

📋 copy color: '#B435CD'

red 180 ◦ green 53 ◦ blue 205

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

Shades of Dark Orchid #B435CD

Tints of Dark Orchid #B435CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 41.1%
G = 12.1%
B = 46.8%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B435CD (or 0xB435CD) is known color: Dark Orchid. HEX triplet: B4, 35 and CD. RGB value is (180,53,205). Sum of RGB (Red+Green+Blue) = 180+53+205=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #B435CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435CD is #4BCA32. Grayscale: #6B6B6B. Windows color (decimal): -4966963 or 13448628. OLE color: 13448628.

HSL color Cylindrical-coordinate representation of color #B435CD: hue angle of 290.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B435CD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 53 205 -
CMYK 0.12 0.74 0 0.20
HSL 290.13º 0.6% 0.51% -
HSV(B) 290.13º 0.74% 0.8% -
XYZ 31.11 16.66 59.33 -
YUV 108.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 180 53 205 0.12 0.74 0 0.20 290.13 0.6 0.51
Hex B4 35 CD C 4A 0 14 122 3C 33
Octal 264 65 315 14 112 0 24 442 74 63
Binary 10110100 110101 11001101 1100 1001010 0 10100 100100010 111100 110011

Color Harmonies of #B435CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435CD

Black with #B435CD

Text Example


Text Example

White with #B435CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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