Html Css Color HEX #B930CF Dark Orchid

📋 copy color: '#B930CF'

red 185 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #B930CF

Tints of Dark Orchid #B930CF

RGB

 RED value IS 185 (72.66% from 255) = 42.05%

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

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

R = 42.05%
G = 10.91%
B = 47.05%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B930CF (or 0xB930CF) is known color: Dark Orchid. HEX triplet: B9, 30 and CF. RGB value is (185,48,207). Sum of RGB (Red+Green+Blue) = 185+48+207=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B930CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B930CF is #46CF30. Grayscale: #6A6A6A. Windows color (decimal): -4640561 or 13578425. OLE color: 13578425.

HSL color Cylindrical-coordinate representation of color #B930CF: hue angle of 291.7º 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 #B930CF is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 48 207 -
CMYK 0.11 0.77 0 0.19
HSL 291.7º 0.62% 0.5% -
HSV(B) 291.7º 0.77% 0.81% -
XYZ 32.33 16.93 60.6 -
YUV 107.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 185 48 207 0.11 0.77 0 0.19 291.7 0.62 0.5
Hex B9 30 CF B 4D 0 13 124 3E 32
Octal 271 60 317 13 115 0 23 444 76 62
Binary 10111001 110000 11001111 1011 1001101 0 10011 100100100 111110 110010

Color Harmonies of #B930CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930CF

Black with #B930CF

Text Example


Text Example

White with #B930CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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