Html Css Color HEX #B435C3 Dark Orchid

📋 copy color: '#B435C3'

red 180 ◦ green 53 ◦ blue 195

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

Shades of Dark Orchid #B435C3

Tints of Dark Orchid #B435C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.56%

R = 42.06%
G = 12.38%
B = 45.56%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B435C3 (or 0xB435C3) is known color: Dark Orchid. HEX triplet: B4, 35 and C3. RGB value is (180,53,195). Sum of RGB (Red+Green+Blue) = 180+53+195=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #B435C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435C3 is #4BCA3C. Grayscale: #6A6A6A. Windows color (decimal): -4966973 or 12793268. OLE color: 12793268.

HSL color Cylindrical-coordinate representation of color #B435C3: hue angle of 293.66º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B435C3 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 53 195 -
CMYK 0.08 0.73 0 0.24
HSL 293.66º 0.57% 0.49% -
HSV(B) 293.66º 0.73% 0.76% -
XYZ 29.95 16.19 53.18 -
YUV 107.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 180 53 195 0.08 0.73 0 0.24 293.66 0.57 0.49
Hex B4 35 C3 8 49 0 18 126 39 31
Octal 264 65 303 10 111 0 30 446 71 61
Binary 10110100 110101 11000011 1000 1001001 0 11000 100100110 111001 110001

Color Harmonies of #B435C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B435C3

Black with #B435C3

Text Example


Text Example

White with #B435C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B435C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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