Html Css Color HEX #B436CF Dark Orchid

📋 copy color: '#B436CF'

red 180 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #B436CF

Tints of Dark Orchid #B436CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.24%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 40.82%
G = 12.24%
B = 46.94%

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

#B436CF (or 0xB436CF) is known color: Dark Orchid. HEX triplet: B4, 36 and CF. RGB value is (180,54,207). Sum of RGB (Red+Green+Blue) = 180+54+207=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B436CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436CF is #4BC930. Grayscale: #6C6C6C. Windows color (decimal): -4966705 or 13579956. OLE color: 13579956.

HSL color Cylindrical-coordinate representation of color #B436CF: hue angle of 289.41º 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 #B436CF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 54 207 -
CMYK 0.13 0.74 0 0.19
HSL 289.41º 0.61% 0.51% -
HSV(B) 289.41º 0.74% 0.81% -
XYZ 31.4 16.85 60.63 -
YUV 109.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 180 54 207 0.13 0.74 0 0.19 289.41 0.61 0.51
Hex B4 36 CF D 4A 0 13 121 3D 33
Octal 264 66 317 15 112 0 23 441 75 63
Binary 10110100 110110 11001111 1101 1001010 0 10011 100100001 111101 110011

Color Harmonies of #B436CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436CF

Black with #B436CF

Text Example


Text Example

White with #B436CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436CF; }

 p { color: rgb(180,54,207); }

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

background-color css

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

 a { background-color: rgb(180,54,207); }

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

border-color css

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

 span { border-color: rgb(180,54,207); }

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