Html Css Color HEX #B430CD Dark Orchid

📋 copy color: '#B430CD'

red 180 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #B430CD

Tints of Dark Orchid #B430CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 41.57%
G = 11.09%
B = 47.34%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B430CD (or 0xB430CD) is known color: Dark Orchid. HEX triplet: B4, 30 and CD. RGB value is (180,48,205). Sum of RGB (Red+Green+Blue) = 180+48+205=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #B430CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430CD is #4BCF32. Grayscale: #686868. Windows color (decimal): -4968243 or 13447348. OLE color: 13447348.

HSL color Cylindrical-coordinate representation of color #B430CD: hue angle of 290.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B430CD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 48 205 -
CMYK 0.12 0.77 0 0.20
HSL 290.45º 0.62% 0.5% -
HSV(B) 290.45º 0.77% 0.8% -
XYZ 30.9 16.22 59.26 -
YUV 105.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 180 48 205 0.12 0.77 0 0.20 290.45 0.62 0.5
Hex B4 30 CD C 4D 0 14 122 3E 32
Octal 264 60 315 14 115 0 24 442 76 62
Binary 10110100 110000 11001101 1100 1001101 0 10100 100100010 111110 110010

Color Harmonies of #B430CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430CD

Black with #B430CD

Text Example


Text Example

White with #B430CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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