Html Css Color HEX #B948EE Medium Orchid

📋 copy color: '#B948EE'

red 185 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #B948EE

Tints of Medium Orchid #B948EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 37.37%
G = 14.55%
B = 48.08%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B948EE (or 0xB948EE) is known color: Medium Orchid. HEX triplet: B9, 48 and EE. RGB value is (185,72,238). Sum of RGB (Red+Green+Blue) = 185+72+238=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #B948EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B948EE is #46B711. Grayscale: #7C7C7C. Windows color (decimal): -4634386 or 15616185. OLE color: 15616185.

HSL color Cylindrical-coordinate representation of color #B948EE: hue angle of 280.84º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B948EE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 72 238 -
CMYK 0.22 0.70 0 0.07
HSL 280.84º 0.83% 0.61% -
HSV(B) 280.84º 0.7% 0.93% -
XYZ 37.76 21.12 82.98 -
YUV 124.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 185 72 238 0.22 0.70 0 0.07 280.84 0.83 0.61
Hex B9 48 EE 16 46 0 7 119 53 3D
Octal 271 110 356 26 106 0 7 431 123 75
Binary 10111001 1001000 11101110 10110 1000110 0 111 100011001 1010011 111101

Color Harmonies of #B948EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948EE

Black with #B948EE

Text Example


Text Example

White with #B948EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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