Html Css Color HEX #B923CF Dark Orchid

📋 copy color: '#B923CF'

red 185 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #B923CF

Tints of Dark Orchid #B923CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.2%

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

R = 43.33%
G = 8.2%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B923CF (or 0xB923CF) is known color: Dark Orchid. HEX triplet: B9, 23 and CF. RGB value is (185,35,207). Sum of RGB (Red+Green+Blue) = 185+35+207=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #B923CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923CF is #46DC30. Grayscale: #626262. Windows color (decimal): -4643889 or 13575097. OLE color: 13575097.

HSL color Cylindrical-coordinate representation of color #B923CF: hue angle of 292.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B923CF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 35 207 -
CMYK 0.11 0.83 0 0.19
HSL 292.33º 0.71% 0.47% -
HSV(B) 292.33º 0.83% 0.81% -
XYZ 31.87 16.02 60.44 -
YUV 99.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 185 35 207 0.11 0.83 0 0.19 292.33 0.71 0.47
Hex B9 23 CF B 53 0 13 124 47 2F
Octal 271 43 317 13 123 0 23 444 107 57
Binary 10111001 100011 11001111 1011 1010011 0 10011 100100100 1000111 101111

Color Harmonies of #B923CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923CF

Black with #B923CF

Text Example


Text Example

White with #B923CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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