Html Css Color HEX #B430CF Dark Orchid

📋 copy color: '#B430CF'

red 180 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #B430CF

Tints of Dark Orchid #B430CF

RGB

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

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

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

R = 41.38%
G = 11.03%
B = 47.59%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B430CF (or 0xB430CF) is known color: Dark Orchid. HEX triplet: B4, 30 and CF. RGB value is (180,48,207). Sum of RGB (Red+Green+Blue) = 180+48+207=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B430CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B430CF is #4BCF30. Grayscale: #696969. Windows color (decimal): -4968241 or 13578420. OLE color: 13578420.

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

Color convert

RGB 180 48 207 -
CMYK 0.13 0.77 0 0.19
HSL 289.81º 0.62% 0.5% -
HSV(B) 289.81º 0.77% 0.81% -
XYZ 31.14 16.32 60.54 -
YUV 105.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 180 48 207 0.13 0.77 0 0.19 289.81 0.62 0.5
Hex B4 30 CF D 4D 0 13 122 3E 32
Octal 264 60 317 15 115 0 23 442 76 62
Binary 10110100 110000 11001111 1101 1001101 0 10011 100100010 111110 110010

Color Harmonies of #B430CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430CF

Black with #B430CF

Text Example


Text Example

White with #B430CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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