Html Css Color HEX #B92FDA Dark Orchid

📋 copy color: '#B92FDA'

red 185 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #B92FDA

Tints of Dark Orchid #B92FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 41.11%
G = 10.44%
B = 48.44%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B92FDA (or 0xB92FDA) is known color: Dark Orchid. HEX triplet: B9, 2F and DA. RGB value is (185,47,218). Sum of RGB (Red+Green+Blue) = 185+47+218=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #B92FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92FDA is #46D025. Grayscale: #6B6B6B. Windows color (decimal): -4640806 or 14299065. OLE color: 14299065.

HSL color Cylindrical-coordinate representation of color #B92FDA: hue angle of 288.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92FDA is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 47 218 -
CMYK 0.15 0.78 0 0.15
HSL 288.42º 0.7% 0.52% -
HSV(B) 288.42º 0.78% 0.85% -
XYZ 33.68 17.41 67.91 -
YUV 107.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 185 47 218 0.15 0.78 0 0.15 288.42 0.7 0.52
Hex B9 2F DA F 4E 0 F 120 46 34
Octal 271 57 332 17 116 0 17 440 106 64
Binary 10111001 101111 11011010 1111 1001110 0 1111 100100000 1000110 110100

Color Harmonies of #B92FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92FDA

Black with #B92FDA

Text Example


Text Example

White with #B92FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92FDA; }

 p { color: rgb(185,47,218); }

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

background-color css

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

 a { background-color: rgb(185,47,218); }

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

border-color css

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

 span { border-color: rgb(185,47,218); }

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