Html Css Color HEX #B435CE Dark Orchid

📋 copy color: '#B435CE'

red 180 ◦ green 53 ◦ blue 206

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

Shades of Dark Orchid #B435CE

Tints of Dark Orchid #B435CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 41%
G = 12.07%
B = 46.92%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B435CE (or 0xB435CE) is known color: Dark Orchid. HEX triplet: B4, 35 and CE. RGB value is (180,53,206). Sum of RGB (Red+Green+Blue) = 180+53+206=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B435CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435CE is #4BCA31. Grayscale: #6B6B6B. Windows color (decimal): -4966962 or 13514164. OLE color: 13514164.

HSL color Cylindrical-coordinate representation of color #B435CE: hue angle of 289.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B435CE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 53 206 -
CMYK 0.13 0.74 0 0.19
HSL 289.8º 0.61% 0.51% -
HSV(B) 289.8º 0.74% 0.81% -
XYZ 31.24 16.71 59.97 -
YUV 108.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 180 53 206 0.13 0.74 0 0.19 289.8 0.61 0.51
Hex B4 35 CE D 4A 0 13 122 3D 33
Octal 264 65 316 15 112 0 23 442 75 63
Binary 10110100 110101 11001110 1101 1001010 0 10011 100100010 111101 110011

Color Harmonies of #B435CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435CE

Black with #B435CE

Text Example


Text Example

White with #B435CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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