Html Css Color HEX #B948EB Medium Orchid

📋 copy color: '#B948EB'

red 185 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #B948EB

Tints of Medium Orchid #B948EB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.63%

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 37.6%
G = 14.63%
B = 47.76%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B948EB (or 0xB948EB) is known color: Medium Orchid. HEX triplet: B9, 48 and EB. RGB value is (185,72,235). Sum of RGB (Red+Green+Blue) = 185+72+235=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #B948EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948EB is #46B714. Grayscale: #7B7B7B. Windows color (decimal): -4634389 or 15419577. OLE color: 15419577.

HSL color Cylindrical-coordinate representation of color #B948EB: hue angle of 281.6º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B948EB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 72 235 -
CMYK 0.21 0.69 0 0.08
HSL 281.6º 0.8% 0.6% -
HSV(B) 281.6º 0.69% 0.92% -
XYZ 37.32 20.95 80.67 -
YUV 124.37 190.44 171.25 -
System Red Green Blue C M Y K H S L
Decimal 185 72 235 0.21 0.69 0 0.08 281.6 0.8 0.6
Hex B9 48 EB 15 45 0 8 11A 50 3C
Octal 271 110 353 25 105 0 10 432 120 74
Binary 10111001 1001000 11101011 10101 1000101 0 1000 100011010 1010000 111100

Color Harmonies of #B948EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948EB

Black with #B948EB

Text Example


Text Example

White with #B948EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948EB; }

 p { color: rgb(185,72,235); }

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

background-color css

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

 a { background-color: rgb(185,72,235); }

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

border-color css

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

 span { border-color: rgb(185,72,235); }

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