Html Css Color HEX #B430CA Dark Orchid

📋 copy color: '#B430CA'

red 180 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #B430CA

Tints of Dark Orchid #B430CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

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

R = 41.86%
G = 11.16%
B = 46.98%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B430CA (or 0xB430CA) is known color: Dark Orchid. HEX triplet: B4, 30 and CA. RGB value is (180,48,202). Sum of RGB (Red+Green+Blue) = 180+48+202=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #B430CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430CA is #4BCF35. Grayscale: #686868. Windows color (decimal): -4968246 or 13250740. OLE color: 13250740.

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

Color convert

RGB 180 48 202 -
CMYK 0.11 0.76 0 0.21
HSL 291.43º 0.62% 0.49% -
HSV(B) 291.43º 0.76% 0.79% -
XYZ 30.54 16.08 57.37 -
YUV 105.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 180 48 202 0.11 0.76 0 0.21 291.43 0.62 0.49
Hex B4 30 CA B 4C 0 15 123 3E 31
Octal 264 60 312 13 114 0 25 443 76 61
Binary 10110100 110000 11001010 1011 1001100 0 10101 100100011 111110 110001

Color Harmonies of #B430CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430CA

Black with #B430CA

Text Example


Text Example

White with #B430CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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