Html Css Color HEX #B430C2 Dark Orchid

📋 copy color: '#B430C2'

red 180 ◦ green 48 ◦ blue 194

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

Shades of Dark Orchid #B430C2

Tints of Dark Orchid #B430C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 42.65%
G = 11.37%
B = 45.97%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B430C2 (or 0xB430C2) is known color: Dark Orchid. HEX triplet: B4, 30 and C2. RGB value is (180,48,194). Sum of RGB (Red+Green+Blue) = 180+48+194=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #B430C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430C2 is #4BCF3D. Grayscale: #676767. Windows color (decimal): -4968254 or 12726452. OLE color: 12726452.

HSL color Cylindrical-coordinate representation of color #B430C2: hue angle of 294.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B430C2 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 48 194 -
CMYK 0.07 0.75 0 0.24
HSL 294.25º 0.6% 0.47% -
HSV(B) 294.25º 0.75% 0.76% -
XYZ 29.62 15.71 52.51 -
YUV 104.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 180 48 194 0.07 0.75 0 0.24 294.25 0.6 0.47
Hex B4 30 C2 7 4B 0 18 126 3C 2F
Octal 264 60 302 7 113 0 30 446 74 57
Binary 10110100 110000 11000010 111 1001011 0 11000 100100110 111100 101111

Color Harmonies of #B430C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430C2

Black with #B430C2

Text Example


Text Example

White with #B430C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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